PdfEnum<TEnum> Constructor(PdfName)
In This Topic
Initializes a new instance of the
PdfEnum<TEnum> struct using a
GrapeCity.Documents.Pdf.Spec.PdfName object. The passed
GrapeCity.Documents.Pdf.Spec.PdfName is converted to if possible.
Syntax
'Declaration
Public Function New( _
ByVal As PdfName _
)
public PdfEnum<TEnum>(
PdfName
)
Parameters
- value
- The string representing a value.
See Also